Einhugur Xml Plugin for Xojo

Node.PrependAttribute Method

Prepends new attribute to the node.

PrependAttribute(
   name as String) as EinhugurXml.Attribute

Parameters

name
Name of the new attribute.

Returns

EinhugurXml.Attribute
The newly prepended attribute.

Remarks

See Also

Node Class